home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / monochrome.swf / scripts / DefineButton2_219 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-08-26  |  162 b   |  9 lines

  1. on(release){
  2.    _root.ORLONnmbr = 1;
  3.    _root.freqORLON = 0;
  4.    _root.goal = 0;
  5.    _root.reward = 2000;
  6.    _root.music = 2;
  7.    _root.gotoAndPlay("m1");
  8. }
  9.